pointer n. 〔美国〕西点 (West Point) 军官学校学员。 n. 1.指示者;指示物;(钟、表的)指针;教鞭;〔口语〕线索;暗示;点子。 2.能站住用鼻尖指示猎获物所在处的猎狗。 3.〔pl.〕 (the P-) 【天文学】(大熊星座中的)两颗指极星。 4.【军事】(大炮)瞄准手;(捕鲸船桅头的)鲸位指示器。 5.〔口语〕广告索引(=pointerad)。 6.【铁路】闸柄。
A reference type contains a pointer to data stored elsewhere in memory 引用类型包含指向存储在内存其他位置处的数据的指针。
Pointer to data member 数据成员指针
Name of song or pointer to data containing song to load ( if loading from memory and not file ) 要读取的歌曲名字或含歌曲的数据指针(不是从文件而是从内存中读取) 。
The other type of package that tivoli supports is a dynamic package , which only contains pointers to data sources Tivoli支持的另一种包是动态包,它只包含到数据源的指针。
Note the added function getcurrentdata that does the list node pointer to data offset pointer math for you 请注意添加的getcurrentdata ( )函数,该函数完成从链表节点指针到数据偏移指针的数学转换。
If it stores its own data it is a value type ; if it holds a pointer to data elsewhere in memory it is a 如果它存储的是自己的数据,则它是值类型;如果它保存指向内存中其他位置的数据的指针,则它是引用类型。